From aa95497aab51de2a18785a0bc2e94f1d78afbd99 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Thu, 14 Dec 2023 17:15:28 -0500 Subject: Improve design --- src/app/groups/[groupId]/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/groups/[groupId]/layout.tsx') diff --git a/src/app/groups/[groupId]/layout.tsx b/src/app/groups/[groupId]/layout.tsx index 07cf17f..3e649e7 100644 --- a/src/app/groups/[groupId]/layout.tsx +++ b/src/app/groups/[groupId]/layout.tsx @@ -35,8 +35,8 @@ export default async function GroupLayout({ return ( <> -
-

+
+

{group.name}

-- cgit v1.3